gdk: Move a bunch of deprecated code to a new file
authorBenjamin Otte <otte@redhat.com>
Fri, 28 Oct 2011 15:34:30 +0000 (08:34 -0700)
committerBenjamin Otte <otte@redhat.com>
Wed, 2 Nov 2011 01:32:53 +0000 (02:32 +0100)
commitb120cb04a5ad172f066ecbc95420ceb7e6df4710
treedac35b62b62d7acade6f8a084d7fc49f9e8d898b
parentc9a648395ea3fb7db7dde4517b646cfc8703417d
gdk: Move a bunch of deprecated code to a new file

The new file defines GDK_DISABLE_DEPRECATION_WARNINGS so it can happily
use deprecated APIs.

This commit moves those functions there that use deprecated functions
and currently cause warnings.

With this commit, GDK compiles without deprecation warnings.
gdk/Makefile.am
gdk/gdkdeprecated.c [new file with mode: 0644]
gdk/gdkdisplay.c
gdk/gdkwindow.c